Search /usr/share/info/emacs-23 rather than /usr/share/info/emacs-22.
authorRob Browning <rlb@defaultvalue.org>
Mon, 3 Aug 2009 02:56:04 +0000 (19:56 -0700)
committerRob Browning <rlb@defaultvalue.org>
Mon, 3 Aug 2009 02:56:04 +0000 (19:56 -0700)
debian/changelog
debian/patches/debian-site-init-el.diff

index 3a4438b220ca99b4c00687b268493695e2d68016..a19098734850337917c776048af4b66c46d25190 100644 (file)
@@ -1,8 +1,5 @@
 emacs23 (23.1+1-2) unstable; urgency=low
 
-  * Set debian-emacs-flavor to 'emacs23.  Somehow that change didn't
-    make it in to the initial package and it was still set to emacs22.
-
   * Add dependencies on install-info to primary binary packages and
     remove install-info from meta package provides.  Thanks to Norbert
     Preining <preining@logic.at>.  (See emacs21 bugs #532600, #532599,
@@ -26,7 +23,13 @@ emacs23 (23.1+1-2) unstable; urgency=low
 
   * Remove explicit install-info calls.  Rely on triggers now.
 
- -- Rob Browning <rlb@defaultvalue.org>  Sun, 02 Aug 2009 19:26:23 -0700
+  * Set debian-emacs-flavor to 'emacs23.  Somehow that change didn't
+    make it in to the initial package and it was still set to emacs22.
+
+  * Search /usr/share/info/emacs-23 rather than
+    /usr/share/info/emacs-22.
+
+ -- Rob Browning <rlb@defaultvalue.org>  Sun, 02 Aug 2009 19:55:15 -0700
 
 emacs23 (23.1+1-1) unstable; urgency=low
 
index 6022843200ab5f701db624c063bdeefcb715a36c..640f1434ca8aea80d5974b7cf0fd60c8e7d7b28d 100644 (file)
@@ -1,8 +1,8 @@
-* Emacs will prefer /usr/share/info/emacs22 over /usr/share/info.
+* Emacs will prefer /usr/share/info/emacs-23 over /usr/share/info.
   Patch: debian-site-init-el.diff
 
   The value of Info-default-directory-list has been augmented via
-  site-init.el to include /usr/share/info/emacs-22 before
+  site-init.el to include /usr/share/info/emacs-23 before
   /usr/share/info.
     
 Index: b/lisp/site-init.el
@@ -18,6 +18,6 @@ Index: b/lisp/site-init.el
 +        (dolist (elt Info-default-directory-list (nreverse result))
 +          (if (and (not found-match) (equal elt "/usr/share/info/"))
 +              (progn
-+                (push "/usr/share/info/emacs-22" result)
++                (push "/usr/share/info/emacs-23" result)
 +                (setq found-match t)))
 +          (push elt result))))